Computer and Modernization ›› 2013, Vol. 1 ›› Issue (7): 142-145.doi: 10.3969/j.issn.1006-2475.2013.07.038

• 图像处理 • Previous Articles     Next Articles

Research on Parallel Algorithms of GPU-based Image Processing

DENG Shi-yin   

  1. Aba Teachers College, Wenchuan 623002, China
  • Received:2013-03-06 Revised:1900-01-01 Online:2013-07-17 Published:2013-07-17

Abstract: As image processing algorithms are increasingly complex, increasingly require high performance to CPU, while traditional CPU-based image processing methods cannot meet demand. The graphics processing of CUDA-based graphic processing Unit (GPU) is researched and implemented. This paper full makes use of GPU prominent parallel processing capability, adapts CUDA, uses C++ language to implement image processing algorithm. By studying and designing of GPU parallel computing process of Gaussian blur processing algorithms, color negative processing algorithms, combined processing algorithms, and to achieve the same eflective performance comparison with CPU, this paper proves the efficiency of the GPU-based image processing algorithms.

Key words: digital image processing, unified computing device architecture, graphics processor, parallel computing